翻訳と辞書
Words near each other
・ Basiglio
・ Basic Latin
・ Basic Latin (Unicode block)
・ Basic Latin alphabet
・ Basic law
・ Basic Law Enforcement Training
・ Basic Law for the Federal Republic of Germany
・ Basic Law of Saudi Arabia
・ Basic Laws of Israel
・ Basic Leader Course
・ Basic leucine zipper and W2 domain-containing protein 2
・ Basic life support
・ Basic limiting principle
・ Basic Linear Algebra Subprograms
・ Basic Linguistic Theory
BASIC loader
・ Basic Love
・ Basic Math
・ Basic Math (video game)
・ Basic metabolic panel
・ Basic Military Officer Qualification
・ Basic Military Qualification
・ Basic Military Training Centre
・ Basic needs
・ Basic norm
・ Basic object system
・ Basic Occupational Health Services
・ Basic Officer Leaders Course
・ Basic oxide
・ Basic oxygen steelmaking


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

BASIC loader : ウィキペディア英語版
BASIC loader
A BASIC loader is a computer programming technique used with the BASIC programming language to POKE machine language opcodes into RAM. The technique was most prevalent in type-in program listings published for home computers of the 1980s as it allowed the publication of programs that gained the benefits of fast-executing assembly language without requiring the user to own or know how to operate an assembler or machine language monitor program.
The programs most often took the form of a short "stub" loader followed by a (sometimes lengthy) series of DATA statements that contained the core program logic as decimal opcodes. The loader mainly consisted of a For loop that enumerated the DATA statements and POKEd them into memory. The starting location for the POKEs was determined by the memory map of the platform in question; some loaders were able to distinguish between related platforms and alter the starting address based on what it found. Sometimes the DATA statements were in hexadecimal, in which case the loader would contain code to translate from hex to the decimal numbers demanded by the POKE command. After inserting the assembly language program into memory, the loader program could use BASIC's SYS command to initiate execution of the assembly language code from a designated entry point.
==References==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「BASIC loader」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.